PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFScreenAnnotation Class / setMimeType Method
The MIME type for the movie content.
In This Topic
    setMimeType Method
    In This Topic
    Sets the MIME type for the movie content.
    Syntax
    public void setMimeType( 
       java.lang.String mimeType
    )

    Parameters

    mimeType
    The MIME type for the movie content.
    Exceptions
    ExceptionDescription
    When mimeType is null or empty.
    See Also